Q3Triangle_EmptyData
You can use theQ3Triangle_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3Triangle_GetData
.
TQ3Status Q3Triangle_EmptyData (TQ3TriangleData *triangleData);
triangleData
- A pointer to a
TQ3TriangleData
structure.DESCRIPTION
TheQ3Triangle_EmptyData
function releases the memory occupied by theTQ3TriangleData
structure pointed to by thetriangleData
parameter; that memory was allocated by a previous call toQ3Triangle_GetData
.